Crate handles

source ·
Expand description

Type-erased strategies for sharing and cloning resources.

Traits

  • A smart pointer strategy to switch between copy-on-write or copy-up-front techniques.
  • A mutable wrapper for a dynamic memory allocation which may fail.

Functions